|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Equipe | |
|---|---|
| metier | |
| presentation | |
| Uses of Equipe in metier |
|---|
| Fields in metier with type parameters of type Equipe | |
|---|---|
(package private) java.util.ArrayList<Equipe> |
Match.equipes
|
private java.util.ArrayList<Equipe> |
Championnat.listeEquipes
|
| Methods in metier that return types with arguments of type Equipe | |
|---|---|
java.util.ArrayList<Equipe> |
Match.getEquipes()
Renvoit l'ArrayList d'équipes |
java.util.ArrayList<Equipe> |
Championnat.getListeEquipes()
Renvoit une arrayList d'équipe |
| Constructor parameters in metier with type arguments of type Equipe | |
|---|---|
Championnat(java.lang.String nom,
java.util.ArrayList<Equipe> listeEquipes)
Constructeur de Championnat |
|
| Uses of Equipe in presentation |
|---|
| Methods in presentation that return types with arguments of type Equipe | |
|---|---|
java.util.ArrayList<Equipe> |
ChampionnatInterface.getListeEquipes()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||